From: Daniel Baumann Date: Wed, 25 Jan 2023 08:27:02 +0000 (+0100) Subject: Correcting Python shebang. X-Git-Tag: archive/raspbian/2.14.0-2+rpi1~1^2^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=7fbe7394d37922f678e43428f4f6c60efa054279;p=dnsperf.git Correcting Python shebang. Gbp-Pq: Topic debian Gbp-Pq: Name 0001-queryparse-shebang.patch --- diff --git a/contrib/queryparse/queryparse b/contrib/queryparse/queryparse index b138406..d668c9d 100755 --- a/contrib/queryparse/queryparse +++ b/contrib/queryparse/queryparse @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 # # Copyright 2019-2022 OARC, Inc. # Copyright 2017-2018 Akamai Technologies